patches: do not reference remote jquery
authorLuca Bruno <lucab@debian.org>
Sun, 28 Feb 2016 09:49:59 +0000 (10:49 +0100)
committerLuca Bruno <lucab@debian.org>
Thu, 3 Mar 2016 21:15:06 +0000 (22:15 +0100)
debian/patches/local-jquery.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/local-jquery.patch b/debian/patches/local-jquery.patch
new file mode 100644 (file)
index 0000000..b3b1a64
--- /dev/null
@@ -0,0 +1,11 @@
+From: Luca Bruno <lucab@debian.org>
+Description: Remove remote jquery references
+Forwarded: no
+--- a/src/doc/header.html
++++ b/src/doc/header.html
+@@ -1,4 +1,4 @@
+-<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
++<script src="jquery.js"></script>
+ <a href='https://github.com/rust-lang/cargo' class='fork-me'>
+   <img src='images/forkme.png'/>
index d1ce6142cb72cbd0c8644f0e164890bedddbf4b9..f72ad9fa8a465cdbf891678e1b89692da6b009d7 100644 (file)
@@ -1,3 +1,4 @@
 clean-cargo-deps.patch
 libgit2-fixes.patch
 clean-win-crates.patch
+local-jquery.patch